home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / oddech / hexxagon / Neave Hexxagon.exe / scripts / DefineSprite_64 / frame_23 / DoAction.as
Text File  |  2003-10-01  |  137b  |  9 lines

  1. tellTarget("_root.Hexx" + _root.hexx + ".Wobble")
  2. {
  3.    if(_currentframe < 10)
  4.    {
  5.       gotoAndStop("Attacked");
  6.    }
  7. }
  8. play();
  9.